Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented: support to fetch data dynamically and added support to add custom field in the download exim(#159) #206

Merged
merged 8 commits into from
Jul 18, 2023

Conversation

ymaheshwari1
Copy link
Contributor

@ymaheshwari1 ymaheshwari1 commented Jul 18, 2023

Related Issues

Closes #159

Short Description and Why It's Useful

Screenshots of Visual Changes before/after (If There Are Any)

IMPORTANT NOTICE - Remember to add changelog entry

Contribution and Currently Important Rules Acceptance

@ymaheshwari1 ymaheshwari1 changed the title Implemented: support to fetch data dynamically and added function to add custom field(#159) Implemented: support to fetch data dynamically and added function to add custom field in the download exim(#159) Jul 18, 2023
@ymaheshwari1 ymaheshwari1 marked this pull request as ready for review July 18, 2023 05:33
@ymaheshwari1 ymaheshwari1 changed the title Implemented: support to fetch data dynamically and added function to add custom field in the download exim(#159) Implemented: support to fetch data dynamically and added support to add custom field in the download exim(#159) Jul 18, 2023
modalController.dismiss({ dismissed: true});
},
saveCustomField() {
if(!this.key.trim()) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should store the trimmed value as well

},
methods: {
async parse(event: any) {
const file = event.target.files[0];
async fetchPackedOrders() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add TODO note that timeout need to be set when the order size gets really large

@adityasharma7 adityasharma7 merged commit fa9fd36 into hotwax:main Jul 18, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support to fetch the data from service for export feature
2 participants